EinhugurCoreBridge.NSObject
NSAlert
NSAlert | Default constructor with no parameters. |
AccessoryView | Sets or gets the alert’s accessory view. |
AlertStyle | Indicates the alert’s severity level. |
Buttons | The array of response buttons for the alert. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
Icon | The custom icon displayed in the alert. |
InformativeText | The alert’s informative text. |
MessageText | The alert’s message text or title. |
ShowsSuppressionButton | Specifies whether the alert includes a suppression checkbox, which you can employ to allow a user to opt out of seeing the alert again. |
SuppressionButton | The alert’s suppression checkbox. |
AddButtonWithTitle | Adds a button with a given title to the alert. |
BeginSheetModalForWindow | Runs the alert modally as a sheet attached to the specified window. This variation takes new style Xojo DesktopWindow. |
BeginSheetModalForWindow | Runs the alert modally as a sheet attached to the specified window. This variation takes old style Xojo Window. |
shared Cast | Does deep cast on incoming NSObject to NSAlert |
Release (Inherited) | Releases the NSObject. |
Retain (Inherited) | Retains the NSObject |
RunModal | Runs the alert as an app-modal dialog and returns the constant that identifies the button clicked. |
AlertCompletionDelegate | Delegate to get callback when showing the NSAlert modal only to one window. |
StyleValues | Enum representing styles for NSAlert. |
Version = 5.0 (Inherited) |